home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 76 / DVD Actual 1 Marzo 2003.iso / Trial / TurboCAD 7.1 Pro / Data.Cab / F24902_RectPage.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-11-10  |  1.8 KB  |  57 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 1999                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10. #if !defined(AFX_RECTPAGE_H__7B7FB264_668E_11D2_8C4A_00403338C504__INCLUDED_)
  11. #define AFX_RECTPAGE_H__7B7FB264_668E_11D2_8C4A_00403338C504__INCLUDED_
  12.  
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // RectPage.h : header file
  17. //
  18.  
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CRectPage dialog
  21.  
  22. class CRectPage : public CDialog
  23. {
  24. // Construction
  25. public:
  26.     CRectPage(CWnd* pParent = NULL);   // standard constructor
  27.  
  28. // Dialog Data
  29.     //{{AFX_DATA(CRectPage)
  30.     double m_roundness;
  31.     enum { IDD = IDD_PP_RRECT };
  32.         // NOTE: the ClassWizard will add data members here
  33.     //}}AFX_DATA
  34.  
  35.  
  36. // Overrides
  37.     // ClassWizard generated virtual function overrides
  38.     //{{AFX_VIRTUAL(CRectPage)
  39.     protected:
  40.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  41.     //}}AFX_VIRTUAL
  42.  
  43. // Implementation
  44. protected:
  45.  
  46.     // Generated message map functions
  47.     //{{AFX_MSG(CRectPage)
  48.         // NOTE: the ClassWizard will add member functions here
  49.     //}}AFX_MSG
  50.     DECLARE_MESSAGE_MAP()
  51. };
  52.  
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55.  
  56. #endif // !defined(AFX_RECTPAGE_H__7B7FB264_668E_11D2_8C4A_00403338C504__INCLUDED_)
  57.